.sec1 .wrap {
  padding-top: 132px;
  padding-bottom: 160px;
}
.sec1 .wrap .top {
  background-color: #F6F6F6;
  border-radius: 14px;
  position: relative;
  margin-bottom: 80px;
}
.sec1 .wrap .top .swiper-slide-active .item .img img {
  transform: scale(1);
}
.sec1 .wrap .top .swiper-slide-active .item .content .text,
.sec1 .wrap .top .swiper-slide-active .item .content .time,
.sec1 .wrap .top .swiper-slide-active .item .content .title {
  opacity: 1;
  transform: translateY(0);
}
.sec1 .wrap .top .swiper-slide-active .item .content .title {
  transition-delay: 0.5s;
}
.sec1 .wrap .top .swiper-slide-active .item .content .title h3 {
  transition: all 0.6s;
}
.sec1 .wrap .top .swiper-slide-active .item .content .text {
  transition-delay: 0.7s;
}
.sec1 .wrap .top .swiper-slide-active .item .content .time {
  transition-delay: 0.9s;
}
.sec1 .wrap .top .swiper-slide-active .item:hover .title h3 {
  color: #FF6E11;
}
.sec1 .wrap .top .item {
  display: flex;
}
.sec1 .wrap .top .item .img {
  overflow: hidden;
  width:700px;
  border-radius: 14px;
}
.sec1 .wrap .top .item .img img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s, opacity 1s;
}
.sec1 .wrap .top .item .content {
  flex: 1;
  padding: 80px 90px;
}
.sec1 .wrap .top .item .content .title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.sec1 .wrap .top .item .content .title h3 {
  color: #1a1a1a;
  font-size: 24px;
}
.sec1 .wrap .top .item .content .text {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.sec1 .wrap .top .item .content .text p {
  color: #999;
  font-size: 16px;
  line-height: 2;
}
.sec1 .wrap .top .item .content .time {
  display: flex;
  gap: 12px;
  color: #AFAFAF;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.sec1 .wrap .top .common_swiper_page {
  position: absolute;
  width: fit-content;
  left: 800px;
  bottom: 46px;
  z-index: 2;
}
.sec1 .wrap .top .common_swiper_page .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  margin: 0 2px;
  border-radius: 3px;
  background: rgba(255, 110, 17, 0.3);
}
.sec1 .wrap .top .common_swiper_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
}
.sec1 .wrap .bottom .list {
  margin-bottom: 80px;
}
.sec1 .wrap .bottom .list .item {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.sec1 .wrap .bottom .list .item a {
  padding: 70px 0;
  display: flex;
}
.sec1 .wrap .bottom .list .item a:hover .img img {
  transform: scale(1.05);
}
.sec1 .wrap .bottom .list .item a:hover .content .tit h4 {
  color: #FF6E11;
}
.sec1 .wrap .bottom .list .item a:hover::after {
  transform: scaleX(1);
}
.sec1 .wrap .bottom .list .item a .img {
  width: 520px;
  height: 340px;
  border-radius: 14px;
  overflow: hidden;
  margin-right: 130px;
}
.sec1 .wrap .bottom .list .item a .img img {
  transition: all 1s;
  width: 100%;
  height: 100%;
}
.sec1 .wrap .bottom .list .item a .content {
  width: 520px;
  padding-top: 40px;
}
.sec1 .wrap .bottom .list .item a .content .tit h4 {
  color: #1A1A1A;
  font-size: 24px;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .list .item a .content .time {
  display: flex;
  gap: 12px;
  color: #AFAFAF;
  margin-top: 5px;
  margin-bottom: 60px;
}
.sec1 .wrap .bottom .list .item a .content .more {
  padding: 3px 3px 3px 20px;
  border-radius: 90px;
  display: flex;
  background-color: #F5F5F5;
  align-items: center;
  width: fit-content;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .list .item a .content .more:hover {
  background-color: #FF6E11;
  border-color: #FF6E11;
}
.sec1 .wrap .bottom .list .item a .content .more:hover p {
  color: #fff;
}
.sec1 .wrap .bottom .list .item a .content .more:hover .icon {
  background-color: #fff;
}
.sec1 .wrap .bottom .list .item a .content .more:hover .icon span {
  color: #FF6E11;
}
.sec1 .wrap .bottom .list .item a .content .more p {
  color: #555555;
  transition: all 0.6s;
  font-size: 16px;
  margin-right: 28px;
}
.sec1 .wrap .bottom .list .item a .content .more .icon {
  width: 42px;
  background-color: #FF6E11;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  justify-content: center;
}
.sec1 .wrap .bottom .list .item a .content .more .icon span {
  color: #fff;
  transition: all 0.6s;
  font-size: 20px;
}
.sec1 .wrap .bottom .list .item a::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  content: "";
  display: block;
  transform: scaleX(0);
  transition: all 1s;
  transform-origin: left;
  background-color: #FF6E11;
}
.sec1 .wrap .bottom .list .item a .content .time .icon,
.sec1 .wrap .top .item .content .time .ico{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1919px) {
.sec1 .wrap{
padding-top: 6.875vw;
 padding-bottom: 8.3333333333vw;
}
.sec1 .wrap .top{
border-radius: 0.7291666667vw;
 margin-bottom: 4.1666666667vw;
}
.sec1 .wrap .top .item .img{
  width: 36.458333333vw;
border-radius: 0.7291666667vw;
}
.sec1 .wrap .top .item .content{
padding: 4.1666666667vw 4.6875vw;
}
.sec1 .wrap .top .item .content .title{
margin-bottom: 1.0416666667vw;
 transform: translateY(1.0416666667vw);
}
.sec1 .wrap .top .item .content .title h3{
font-size: 1.25vw;
}
.sec1 .wrap .top .item .content .text{
margin-bottom: 2.0833333333vw;
 transform: translateY(1.0416666667vw);
}
.sec1 .wrap .top .item .content .text p{
font-size: 0.8333333333vw;
}
.sec1 .wrap .top .item .content .time{
gap: 0.625vw;
 transform: translateY(1.0416666667vw);
}
.sec1 .wrap .top .common_swiper_page{
left: 41.6666666667vw;
 bottom: 2.3958333333vw;
}
.sec1 .wrap .top .common_swiper_page .swiper-pagination-bullet{
width: 0.625vw;
 height: 0.2083333333vw;
 margin: 0px 0.1041666667vw;
 border-radius: 0.15625vw;
}
.sec1 .wrap .top .common_swiper_page .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 1.1458333333vw;
}
.sec1 .wrap .bottom .list{
margin-bottom: 4.1666666667vw;
}
.sec1 .wrap .bottom .list .item a{
padding: 3.6458333333vw 0px;
}
.sec1 .wrap .bottom .list .item a .img{
width: 27.0833333333vw;
 height: 17.7083333333vw;
 border-radius: 0.7291666667vw;
 margin-right: 6.7708333333vw;
}
.sec1 .wrap .bottom .list .item a .content{
width: 27.0833333333vw;
 padding-top: 2.0833333333vw;
}
.sec1 .wrap .bottom .list .item a .content .tit h4{
font-size: 1.25vw;
}
.sec1 .wrap .bottom .list .item a .content .time{
gap: 0.625vw;
 margin-top: 0.2604166667vw;
 margin-bottom: 3.125vw;
}
.sec1 .wrap .bottom .list .item a .content .more{
padding: 0.15625vw 0.15625vw 0.15625vw 1.0416666667vw;
 border-radius: 4.6875vw;
}
.sec1 .wrap .bottom .list .item a .content .more p{
font-size: 0.8333333333vw;
 margin-right: 1.4583333333vw;
}
.sec1 .wrap .bottom .list .item a .content .more .icon{
width: 2.1875vw;
 height: 2.1875vw;
}
.sec1 .wrap .bottom .list .item a .content .more .icon span{
font-size: 1.0416666667vw;
}
.sec1 .wrap .bottom .list .item a .content .time p,
.sec1 .wrap .top .item .content .time p{
  font-size: 0.83333333vw;
}
.sec1 .wrap .bottom .list .item a .content .time .icon,
.sec1 .wrap .top .item .content .time .ico{
  width: 0.833333333vw;
}

}
@media screen and (max-width: 1024px) {
  .sec1 .wrap{
    padding: 50px 0;
  }
  .sec1 .wrap .top .item .content .title h3{
  font-size: 18px;
}
.sec1 .wrap .top .item .content .text p{
  font-size: 14px;
}
.sec1 .wrap .bottom .list .item a .content .time p,
.sec1 .wrap .top .item .content .time p{
  font-size: 14px;
}
.sec1 .wrap .bottom .list .item a .content .time .icon,
.sec1 .wrap .top .item .content .time .ico{
  width:14px;
}
.sec1 .wrap .top .item .img{
  flex-direction: column;
  width: 100%;
}
.sec1 .wrap .top .item .img img{
  width: 100%;
}
.sec1 .wrap .top{
  background-color: transparent;
}
.sec1 .wrap .top .item{
  flex-direction: column;
}
.sec1 .wrap .top .item .content{
  padding: 30px 20px;
}
.sec1 .wrap .top .item{
  background-color: #F6F6F6;
  border-radius: 20px;
}
.sec1 .wrap .top .common_swiper_tab{
  margin-top: 30px;
}
.sec1 .wrap .top .common_swiper_page{
  left: 50%;
  bottom: 0;
  display: none;
}

.sec1 .wrap .top{
  margin-bottom: 0;
}
.sec1 .wrap .bottom{
  padding-top: 50px;
}
.sec1 .wrap .bottom .list .item a{
  padding: 0 0 20px;
  flex-direction: column;
}
.sec1 .wrap .bottom .list .item{
  width: calc(50% - 10px);
}
.sec1 .wrap .bottom .list .item a .img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-right: 0;
}
.sec1 .wrap .bottom .list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap:30px 20px;
}
.sec1 .wrap .bottom .list .item a .content{
  width: 100%;
  padding-top: 20px;
}
.sec1 .wrap .bottom .list .item a .content .tit h4{
  font-size: 18px;
}
.sec1 .wrap .top .item .content .time,
.sec1 .wrap .bottom .list .item a .content .time{
  gap: 10px;
}
.sec1 .wrap .bottom .list .item a .content .time{
  margin: 10px 0 20px;
}
.sec1 .wrap .bottom .list .item a .content .more p{
  font-size: 14px;
  margin-right: 10px;
}
.sec1 .wrap .bottom .list .item a .content .more .icon{
  width: 32px;
  height: 32px;
}
.sec1 .wrap .bottom .list .item a .content .more{
  padding: 3px 3px 3px 15px;
  border-radius: 20px;
}
.sec1 .wrap .bottom .list .item a .img{
  height: 220px;
}
.sec1 .wrap .bottom .list .item a .content .more .icon span{
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
  .sec1 .wrap .bottom .list .item{
    width: 100%;
  }
  .sec1 .wrap .bottom .list .item a .img{
    height: auto;
  }
}